To Validate Entries in a Graphical Control
For controls that accept user entries (via scanned data or manually entered data), you can use formatted script in the Edits property of a graphical control which accepts user edits in order to verify if the data that was entered is valid. For more details on preformatting the values for performing a validation using a graphical property, see Edit Property Options in the Developers Reference Guide which is available from the RFgen Online Help and Documentation Page.
If your control properties have or may be missing translation IDs; or you have script translates strings using the VBA extension "App.GetString" that is used for manual translations see Apply Translations for generating a report on missing string values or keys.